Cheat mode (alternate):
Enter one of the following player names to activate the corresponding cheat function.
Effect - Name
Cheat button enabled one time - Win~at~all~COSTS!
Click on the date and win 7 days - Doctor~Who
Click on money for more cash - Get Rich Quick
Cheat mode:
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "options_gengame.ids" file in the "datainterfaces" folder. Add the following lines to activate a "Cheat" button in the options menu.
BUTTON CHEATBUTTON 155,562,255,582
INCLUDE BUTTONTITEL.IDS
ALGIN LEFT
TEXT BFOND 0 255,255,255,255 "CHEAT MODE"
ONBUTTONUP SWAP OPTIONS_MISC.IDS
END BUTTON
|